home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / python / Lib / test / testall.out < prev    next >
Encoding:
Text File  |  1994-04-01  |  1.6 KB  |  142 lines  |  [TEXT/R*ch]

  1. test_grammar
  2. 1. Parser
  3. 1.1 Tokens
  4. 1.1.1 Backslashes
  5. 1.1.2 Numeric literals
  6. 1.1.2.1 Plain integers
  7. 1.1.2.2 Long integers
  8. 1.1.2.3 Floating point
  9. 1.1.3 String literals
  10. 1.2 Grammar
  11. single_input
  12. file_input
  13. expr_input
  14. eval_input
  15. funcdef
  16. simple_stmt
  17. expr_stmt
  18. 1
  19. (1, 2, 3)
  20. print_stmt
  21. 1 2 3
  22. 1 2 3
  23. 1 1 1
  24. del_stmt
  25. pass_stmt
  26. flow_stmt
  27. break_stmt
  28. continue_stmt
  29. return_stmt
  30. raise_stmt
  31. import_stmt
  32. [1]
  33. [2]
  34. [3]
  35. [4]
  36. [5]
  37. [6]
  38. global_stmt
  39. exec_stmt
  40. if_stmt
  41. while_stmt
  42. for_stmt
  43. [1]
  44. [2]
  45. [3]
  46. try_stmt
  47. suite
  48. test
  49. comparison
  50. binary mask ops
  51. shift ops
  52. additive ops
  53. multiplicative ops
  54. unary ops
  55. selectors
  56. atoms
  57. classdef
  58. test_opcodes
  59. 2. Opcodes
  60. XXX Not yet fully implemented
  61. 2.1 try inside for loop
  62. test_operations
  63. 3. Operations
  64. XXX Not yet implemented
  65. test_builtin
  66. 4. Built-in functions
  67. test_b1
  68. abs
  69. apply
  70. chr
  71. cmp
  72. coerce
  73. dir
  74. divmod
  75. eval
  76. execfile
  77. filter
  78. float
  79. getattr
  80. hex
  81. int
  82. len
  83. long
  84. map
  85. max
  86. min
  87. test_b2
  88. oct
  89. open
  90. ord
  91. pow
  92. range
  93. input and raw_input
  94. testing
  95. testing
  96. reduce
  97. reload
  98. repr
  99. round
  100. setattr
  101. str
  102. type
  103. test_exceptions
  104. 5. Built-in exceptions
  105. AttributeError
  106. EOFError
  107. IOError
  108. ImportError
  109. IndexError
  110. KeyError
  111. KeyboardInterrupt
  112. (not testable in a script)
  113. MemoryError
  114. (not safe to test)
  115. NameError
  116. OverflowError
  117. RuntimeError
  118. (not used any more?)
  119. SyntaxError
  120. SystemError
  121. (hard to reproduce)
  122. SystemExit
  123. TypeError
  124. ValueError
  125. ZeroDivisionError
  126. test_types
  127. 6. Built-in types
  128. 6.1 Truth value testing
  129. 6.2 Boolean operations
  130. 6.3 Comparisons
  131. 6.4 Numeric types (mostly conversions)
  132. 6.4.1 32-bit integers
  133. 6.4.2 Long integers
  134. 6.4.3 Floating point numbers
  135. 6.5 Sequence types
  136. 6.5.1 Strings
  137. 6.5.2 Tuples
  138. 6.5.3 Lists
  139. 6.5.3a Additional list operations
  140. 6.6 Mappings == Dictionaries
  141. Passed all tests.
  142.